home *** CD-ROM | disk | FTP | other *** search
- #include <exec/libraries.h>
- #include <proto/exec.h>
-
- struct Library *MathIeeeSingBasBase = NULL;
- extern unsigned long _MathIeeeSingBasBaseVer;
-
- void _INIT_5_MathIeeeSingBasBase()
- {
- if (!(MathIeeeSingBasBase = OpenLibrary("mathieeesingbas.library",_MathIeeeSingBasBaseVer)))
- exit(20);
- }
-
- void _EXIT_5_MathIeeeSingBasBase()
- {
- if (MathIeeeSingBasBase)
- CloseLibrary(MathIeeeSingBasBase);
- }
-